onBeforeShowInplaceDescriptionEditor - The description inline editor …#11557
Merged
Conversation
…persists in a Dynamic Panel's container when the templateDescription is defined and then removed, creator #7861
novikov82
approved these changes
Jul 14, 2026
andrewtelnov
added a commit
that referenced
this pull request
Jul 15, 2026
* fix(survey-core): align NumericValidator bounds with runtime nullability (#11455) Expose minValue and maxValue as nullable in NumericValidator so strict TypeScript consumers can safely access these fields when bounds are not set. Co-authored-by: Cursor <cursoragent@cursor.com> * Fix panel re-linking for ChoiceItem after owner attachment (#11451) * panelCount cannot be less than minPanelCount and more than maxPanelCount fix #11458 (#11459) * validateExpressions() incorrectly reports the 2 – UnknownVariable error on {item} when using choicesEnableIf, fix #11457 (#11462) * Fix Norwegian (no) translation errors and awkward strings (#11468) * A progress bar doesn't highlight previous pages when programmatically changing the survey.currentPage/currentPageNo (#11456) #8901 * Fix angular library is incompatible with 22 version (#11473) * Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'page') fix #11475 (#11480) * The Correct Answer property persists in a survey JSON and contains a choice which no longer exists fix #11478 (#11479) * Async function in matrix cell expression throws Cannot read properties of null (reading 'indexOf') fix #11466 (#11467) * removed run release from main pipes * Release: 2.5.30 [azurepipelines skip] * removed release version * Format reporter configuration for flaky detector (#11503) * Panel Dynamic with Recursive question numbering incorrectly shows numbers when a response object is set into survey.data fix #11487 (#11509) * Error not cleared when question value is fixed via survey.data after … (#11513) * Error not cleared when question value is fixed via survey.data after validation fix #11512 * Add bug number into unit tests * Release: 2.5.31 [azurepipelines skip] * [ai_fix] stabilize flaky tests on master (#11515) Co-authored-by: surveyjsdeveloper <surveyjs.org@gmail.com> * Release: 2.5.32 [azurepipelines skip] * Create test.md * Validation errors are not announced to screen readers until focus mov… (#11530) * Validation errors are not announced to screen readers until focus moves to the target problematic field (WCAG 2.1 Success Criterion 4.1.3) #11523 * Validation errors are not announced to screen readers until focus moves to the target problematic field (WCAG 2.1 Success Criterion 4.1.3) #11523 * Update test.md * Delete azure-pipelines/master directory * Fix/dropdown reset focused item on popup close (#11502) * Dropdown - Reset list selection when reopening popup after discarding keyboard preview * Add test for dropdown reset focused item on popup close * Fix tests * Fix tests * Fix double item highlight when a popup is open by mouse click * Small refactor * Remove artificial await setTimeout delays and drop async from tests * Decide about using unwrap or real values based on value consumers and make it work for question name without postfix, fix #11525 (#11529) * Add callback for showing element description in designer mode (#11532) * Add callback for showing element description in designer mode * Rename callback for showing element description in designer mode * The onGetChoiceDisplayValue function is not invoked if a question's defaultValueExpression is invalid but a value is set in survey.data fix #11531 (#11534) * Dropdown focused item (#11545) * reset focused state after close dropdown popup * reset focused state after close dropdown popup --------- Co-authored-by: OlgaLarina <olga.larina.dev@gmail.com> * FIx issues with beforeShowInplaceDescriptionEditorCallback with panel & survey elements (#11548) * Stabilize flaky test 'Shortcut position due container layout' from 'ranking.spec.ts' on branch 'master' (#11543) * [ai_fix] stabilize flaky test ranking-6425d1f8 on master * Update ranking.spec.ts --------- Co-authored-by: MarchTokenda <98102580+MarchTokenda@users.noreply.github.com> * Release: 2.5.33 [azurepipelines skip] * Remove redundant doccomments * Add progressBarInheritWidthFrom and defaultValueExpression properties to schema tests * Remove outdated documentation generation script and update package.js… (#11564) * Remove outdated documentation generation script and update package.json for new documentation build process. Added test:translate for ckeck unused translate strings. Move from separate surveyjs-doc-generator to survey-utils * Update translation paths in package.json for consistency with project structure * Update documentation build command to use library path and JSON output (#11569) * Introduce an option to register an alias for a survey element type fi… (#11553) * Introduce an option to register an alias for a survey element type fix #11549 * Change the API names and add doccomments --------- Co-authored-by: RomanTsukanov <sergeich16@gmail.com> * onBeforeShowInplaceDescriptionEditor - The description inline editor persists in a Dynamic Panel's container when the templateDescription is defined and then removed, creator #7861 (#11557) * Remove unused string: savingExceedSize (#11561) * Multi-Select Matrix: new Model() is ~100x slower since v2.5.20 when the matrix has a visibleIf fix #11567 (#11570) --------- Co-authored-by: Jane <zhanna.gaidukova@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Arvind <120897974+arvindfroi@users.noreply.github.com> Co-authored-by: Dmitry Kurmanov <kurmanov.work@gmail.com> Co-authored-by: Dmitry <dk981234@gmail.com> Co-authored-by: surveyjsdeveloper <surveyjs.org@gmail.com> Co-authored-by: MarchTokenda <98102580+MarchTokenda@users.noreply.github.com> Co-authored-by: OlgaLarina <olga.larina.developer@gmail.com> Co-authored-by: OlgaLarina <olga.larina.dev@gmail.com> Co-authored-by: RomanTsukanov <sergeich16@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…persists in a Dynamic Panel's container when the templateDescription is defined and then removed, creator #7861